home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / checkbox / examples / checkbox.ini < prev   
INI File  |  2009-11-06  |  817b  |  33 lines

  1. # This configuration file provides default values for checkbox.
  2. #
  3. # Each section is defined within square brackets and must be named
  4. # carefully as can be seen from the examples below.
  5. #
  6. # Each variable can be overwritten from the environment. The variable
  7. # is case insensitive so it could be defined in lower or upper case.
  8.  
  9. [DEFAULT]
  10.  
  11. # Version for this configuration.
  12. version = 0.8.6
  13.  
  14. # List of plugin sections to load.
  15. plugins = checkbox/plugins
  16.  
  17. # List of registry sections to load.
  18. registries = checkbox/registries
  19.  
  20. [checkbox/plugins]
  21.  
  22. # Space separated list of module filenames or directories
  23. modules = %(checkbox_share)s/plugins/*.py
  24.  
  25. blacklist = backend_manager
  26.  
  27. [checkbox/registries]
  28.  
  29. # Space separated list of module filenames or directories.
  30. modules = %(checkbox_share)s/registries/*.py
  31.  
  32. blacklist = hal
  33.